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(31.5297,-97.1765)};var g_ff5cb6d5007c0a3f7e1af9336d1f523c = new google.maps.Geocoder();g_ff5cb6d5007c0a3f7e1af9336d1f523c.geocode( { 'address': "645 N Valley Mills Dr, Waco, TX 76710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-ez-money'), mapOptions);}document.getElementById('78203e19').innerHTML += ' | View Map';var $lff5cb6d5007c0a3f7e1af9336d1f523c = '

EZ Money

Address: 645 N Valley Mills Dr, Waco, TX 76710, USA
Phone: (254) 751-7277
';var m_ff5cb6d5007c0a3f7e1af9336d1f523c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_ff5cb6d5007c0a3f7e1af9336d1f523c['infowindow'] = new google.maps.InfoWindow({content: $lff5cb6d5007c0a3f7e1af9336d1f523c});var infowindow = new google.maps.InfoWindow({content: $lff5cb6d5007c0a3f7e1af9336d1f523c});google.maps.event.addListener(m_ff5cb6d5007c0a3f7e1af9336d1f523c, 'click', function() {infowindow.open(map,m_ff5cb6d5007c0a3f7e1af9336d1f523c);});$marker.push(m_ff5cb6d5007c0a3f7e1af9336d1f523c);}});}google.maps.event.addDomListener(window, 'load', initialize);