var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(36.6364,-88.3091)};var g_38c695d7d15ad15667ad265d3a1a2243 = new google.maps.Geocoder();g_38c695d7d15ad15667ad265d3a1a2243.geocode( { 'address': "1900 N 12th St f, Murray, KY 42071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-KY-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('murray-KY-express-check-advance'), mapOptions);}document.getElementById('30d0d27b').innerHTML += ' | View Map';var $l38c695d7d15ad15667ad265d3a1a2243 = '

Express Check Advance

Address: 1900 N 12th St f, Murray, KY 42071, USA
Phone: (270) 753-9696
';var m_38c695d7d15ad15667ad265d3a1a2243 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_38c695d7d15ad15667ad265d3a1a2243['infowindow'] = new google.maps.InfoWindow({content: $l38c695d7d15ad15667ad265d3a1a2243});var infowindow = new google.maps.InfoWindow({content: $l38c695d7d15ad15667ad265d3a1a2243});google.maps.event.addListener(m_38c695d7d15ad15667ad265d3a1a2243, 'click', function() {infowindow.open(map,m_38c695d7d15ad15667ad265d3a1a2243);});$marker.push(m_38c695d7d15ad15667ad265d3a1a2243);}});}google.maps.event.addDomListener(window, 'load', initialize);