#map_canvas .centerMarker {
    position: absolute;
    background: url(../images/location_pin.svg) no-repeat;
    top: 50%;
    left: 50%;
    background-size: 34px;
    z-index: 1;
    margin-left: -10px;
    margin-top: -34px;
    height: 34px;
    width: 34px;
    cursor: pointer;
}