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(30.348,-97.383)};var g_0d57f9ae71c1dd7372a3a0016d2b3cf6 = new google.maps.Geocoder();g_0d57f9ae71c1dd7372a3a0016d2b3cf6.geocode( { 'address': "1109 US-290, Elgin, TX 78621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-TX-bobbys-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('elgin-TX-bobbys-check-cashing'), mapOptions);}document.getElementById('859e0c83').innerHTML += ' | View Map';var $l0d57f9ae71c1dd7372a3a0016d2b3cf6 = '

Bobby's Check Cashing

Address: 1109 US-290, Elgin, TX 78621, USA
Phone: (512) 285-2874
';var m_0d57f9ae71c1dd7372a3a0016d2b3cf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bobby's Check Cashing',});m_0d57f9ae71c1dd7372a3a0016d2b3cf6['infowindow'] = new google.maps.InfoWindow({content: $l0d57f9ae71c1dd7372a3a0016d2b3cf6});var infowindow = new google.maps.InfoWindow({content: $l0d57f9ae71c1dd7372a3a0016d2b3cf6});google.maps.event.addListener(m_0d57f9ae71c1dd7372a3a0016d2b3cf6, 'click', function() {infowindow.open(map,m_0d57f9ae71c1dd7372a3a0016d2b3cf6);});$marker.push(m_0d57f9ae71c1dd7372a3a0016d2b3cf6);}});}google.maps.event.addDomListener(window, 'load', initialize);